home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / fmt / RCS / fmt.man,v < prev   
Encoding:
Text File  |  1992-04-20  |  1.4 KB  |  71 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    shirriff:1.1; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     92.04.19.23.08.21;  author shirriff;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @.\" Copyright (c) 1980 Regents of the University of California.
  26. .\" All rights reserved.  The Berkeley software License Agreement
  27. .\" specifies the terms and conditions for redistribution.
  28. .\"
  29. .\"    @@(#)fmt.1    6.1 (Berkeley) 4/29/85
  30. .\"
  31. .TH FMT 1 "April 29, 1985"
  32. .UC
  33. .SH NAME
  34. fmt \- simple text formatter
  35. .SH SYNOPSIS
  36. .B fmt
  37. [
  38. name ...
  39. ]
  40. .SH DESCRIPTION
  41. .I Fmt
  42. is a simple text formatter which reads the concatenation of input
  43. files (or standard input if none are given) and produces on
  44. standard output a version of its input with lines as close to
  45. 72 characters long as possible.  The spacing at the beginning
  46. of the input lines is preserved in the output, as are blank lines
  47. and interword spacing.
  48. .PP
  49. .I Fmt
  50. is meant to format mail messages prior to sending, but may also be useful
  51. for other simple tasks.
  52. For instance,
  53. within visual mode of the
  54. .I ex
  55. editor (e.g.
  56. .IR vi )
  57. the command
  58. .br
  59.     !}fmt
  60. .br
  61. will reformat a paragraph,
  62. evening the lines.
  63. .SH "SEE ALSO"
  64. nroff(1), mail(1)
  65. .SH AUTHOR
  66. Kurt Shoens
  67. .SH BUGS
  68. The program was designed to be simple and fast \- for more complex
  69. operations, the standard text processors are likely to be more appropriate.
  70. @
  71.